[ADD] introduce copier to initialize and update projects#76
[ADD] introduce copier to initialize and update projects#76thomaspaulb wants to merge 1 commit intomasterfrom
Conversation
|
@Hussam-Suleiman This is a very minimal change to Waft. It introduces copier, but only for the initialization of a new Waft project (which Therp employees don't often do, only perhaps the "new BoC" ansible calls this and would have to be changed) Another change is that the cloned project does not have a Git repository by default; so if pushing it somewhere, then first a Git repository will need to be created with And another change then would be that people should not rerun What I didn't do yet but should probably do is think of some way to convert the current projects to copier projects. They were not started in that way. Basically the There is much more that can be done with |
|
Moved to sunflowerit/waft#7 |
I wanted to use the
waftrepository for the template project at first, but I saw that it was also possible to use a subfolder of the main repository. It works just as well, so in that case maybe we can drop thewaftrepository, we wouldn't need it anymore.